home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jump_gam.swf / scripts / frame_172 / DoAction_7.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  113 b   |  6 lines

  1. cText.runText = function(whichText)
  2. {
  3.    cText.sText.gotoAndStop(whichText);
  4.    this.gotoAndPlay("run");
  5. };
  6.